crypto/tls.Conn.retryCount (field)

6 uses

	crypto/tls (current package)
		conn.go#L110: 	retryCount int
		conn.go#L682: 		c.retryCount = 0
		conn.go#L764: 	c.retryCount++
		conn.go#L765: 	if c.retryCount > maxUselessRecords {
		conn.go#L1219: 	c.retryCount++
		conn.go#L1220: 	if c.retryCount > maxUselessRecords {